﻿:root {
    --blue1: #1e90ff;
    --blue2: #0057B8;
    --blue3: #14316F;
    --blue4: #0091DF;
    --blue5: #006EB8;
  }

.preguntas-frecuentes{
    padding: 60px 0;
    background: #FAFCFD;
}

.solucionesConSlide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.solucionesSlide{
    min-height: 250px !important; 
    max-height: 250px !important; 
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.titulo-container{
    padding: 0;
}

.list-soluciones.list-scroll{
    overflow-y: none;
    height: auto;
}

.list-soluciones{
    counter-reset: custom-counter;
    padding-left: 10px;
}

.list-soluciones ul {
    display: block;
    list-style-type: disc;
    margin-left: 20px;
}

.list-soluciones li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    color: #2C3B89 !important;
    font-family: VAGRoundedLTProBold !important;
}

.list-soluciones li::before{
    content: counter(custom-counter);
    counter-increment: custom-counter;
    position: absolute;
    left: -10px;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 1px;
    background-color: #0091DF;
    color: #fff;
    text-align: center;
    vertical-align: center;
}

.list-soluciones.list-scroll{
    overflow-y: scroll;
    height: 200px;
}

.preguntas-frecuentes .panel-default>.panel-heading{
    background-color: transparent !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.preguntas-frecuentes #accordion-preguntas .panel-default>.panel-heading{
    border-bottom: 0;
}

.rotate-2{
    transform: rotate(180deg);
    color: #2c3b89 !important;
    filter: grayscale(100%) brightness(70%) sepia(50%) hue-rotate(182deg) saturate(500%) contrast(1);
}

.icon-flecha{
    margin-right: 20px;
}

.preguntas-frecuentes .panel-default, .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none !important;
}

/* .panel-collapse.in .panel-body{
    max-height: 400px;
    height: 400px;
    overflow-y: auto;
} */


/* .panel-collapse .panel-body{
    transition:height 1s;
} */

/* .collapsing  .panel-body{
    height: 400px !important;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.collapsing {
    min-height: 400px !important;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
} */

/* .collapsing {
    height: 400px !important;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
} */

.preguntas-frecuentes .titulo h3{
    line-height: 1.1 !important;
    font-size: 32px;
    color: var(--blue5) !important;
    padding-bottom: 15px !important;
}


.icon-question{
    width: 60px;
    margin-bottom: 15px;
}

/* .panel-heading .accordion-plus-toggle:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    float: right;
    color: #ed8b00 !important;
 }
 
 .panel-heading .accordion-plus-toggle.collapsed:before {
    content: "\f068";
    color: #ed8b00 !important;
 } */
 
 /* arrow glyph for showing collapsible panels */
 /* .panel-heading .accordion-arrow-toggle:before,
 .panel-heading .accordion-arrow-toggle:before + .collapse.in{
    font-family: Font Awesome\ 5 Free;
    content: "\f067";
    float: right;
    color: #0091DF !important;
 }
 .panel-heading .accordion-arrow-toggle:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f067";
    float: right;
    color: #0091DF !important;
 }

 .collapse.in > a.accordion-arrow-toggle[aria-expanded="true"]::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    color: #0091DF !important;
  }
 
 /* .panel-heading .accordion-arrow-toggle.collapsed:before, 
 .collapse.in + .panel-heading .accordion-arrow-toggle.collapsed::before{
    content: "\f068";
    color: #0091DF !important;
 } */

/* a.accordion-toggle.accordion-arrow-toggle.titulo-podcast::before{
    font-family: Font Awesome\ 5 Free;
    content: "\f067";
    float: right;
    color: #0091DF !important;
} */

/* 
a.accordion-arrow-toggle.accordion-toggle:is(.in)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    color: #0091DF !important;
} */

/* a.accordion-toggle.accordion-arrow-toggle.titulo-podcast:is(.in)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    color: #0091DF !important;
} */
#accordion .panel-heading-master .accordion-arrow-toggle:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f067";
    float: right;
    color: #0091DF !important;
}

#accordion .panel-heading-master a.accordion-toggle.accordion-arrow-toggle.titulo-podcast:not(.collapsed)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    float: right;
    color: #0091DF !important;
}

#accordion .panel-heading-master a.accordion-toggle.accordion-arrow-toggle.titulo-podcast:not(.in)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    float: right;
    color: #0091DF !important;
}

#accordion .panel-heading-master a.accordion-toggle.accordion-arrow-toggle.titulo-podcast:is(.collapsed)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f067";
    color: #0091DF !important;
}

 
 /* sets the link to the width of the entire panel title */
 .panel-title > a {
    display: block;
 }

 .icon-accordion{
     width: 38px;
     margin-right: 15px;
 }

 /* .texto-contenedor{
     display: flex;
     flex-direction: row;
     align-items: center;
 } */

 .texto-contenedor .accordion-title{
     padding: 0;
     color: #006EB8 !important;
     line-height: 1.6 !important;
     margin: 0;
 }

 .texto-pregunta{
     border-bottom: 1px solid #ccc;
     margin-bottom: 20px;
     padding-bottom: 20px;
 }

 .accordion-title{
     color: #006EB8;
     font-size: 22px !important;
 }

 .panel-group .panel-heading:last-child{
    border: 0;
 }

 .texto-pregunta .titulo-pregunta{
     color: #006EB8;
     font-size: 18px !important;
 }

 .texto-pregunta p,
 .texto-pregunta ul>li{
     font-size: 16px !important;
 }

 .preguntas-frecuentes li, .preguntas-frecuentes ul{
     list-style: circle !important;
     list-style-position: inside !important;
 }

 .table td, .table th{
     text-align: center;
 }


.contact-info{
    padding-left: 47px;
}

.contact-info ul{
    list-style: auto !important;
}

.contact-info h6{
    color: var(--blue3);
    font-size: 18px;
}

.contact-info ul li{
    color: var(--blue4);
    padding-left: 41px;
    margin-bottom: 15px;
}

.contact-info #list-contact{
    list-style-type: none;
        padding: 0;
        margin: 0;
    
}

.contact-info #list-contact li::before{
    content: '';
    background-image: url("/Pages/es/Content section/nuevo-unete/imagenes/webp/Icon-Phone.webp");
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-top: 0;
    position: absolute;
    left: 63px;
    width: 24px;
    height: 24px;
}

iframe{
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 20px 25px;
}

form h5 {
    font-family: 'VAGRoundedLTProBold';
    font-size: 24px;
    color: #0057B8;
    font-weight: bold;
    text-decoration: none;
    }
    
    label.control-label {
    color: #2C3B89;
    font-size: 17px;
    font-weight: 600;
    }
    
    input#txtCompanyName {
    background: rgb(196 208 220 / 20%);
    }
    
    input#SendBtn {
    width: 101%;
    }
    
    .form-control{
    color: #2C3B89;
    }
    
    option {
    color: #2C3B89;
    }
    
    p.text-primary {
    color: #2C3B89 !important;
    }

    .textoSolucionesSlide{
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        text-align: left;
    }

    @media(max-width:1200px){
        .preguntas-frecuentes .card{
            padding: 20px 15px
        }

        .preguntas-frecuentes .panel-default>.panel-heading{
            padding: 10px 10px 10px 0;
        }

        .preguntas-frecuentes .panel-default, .panel-default>.panel-heading+.panel-collapse>.panel-body {
            border: none !important;
            align-items: center;
            justify-content: center;
            flex-direction: column-reverse;
        }
    }

    @media(max-width:767px){
        .preguntas-frecuentes .card{
            padding: 20px 15px
        }

        .preguntas-frecuentes .panel-default>.panel-heading{
            padding: 10px 10px 10px 0;
        }

        .preguntas-frecuentes .panel-default, .panel-default>.panel-heading+.panel-collapse>.panel-body {
            border: none !important;
            align-items: center;
            justify-content: center;
            flex-direction: column-reverse;
        }

        .btns-soluciones {
            display: flex
        ;
            justify-content: start;
            align-items: center;
            width: 90%;
            height: 80px;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
            padding: 10px 15px;
            cursor: pointer;
            margin-bottom: 20px;
            margin-right: 10px;
        }
    }